.margin0{
    margin:0 !important;
}
.scrollTop{
    width:30px;
    height: 40px;
    border:1px solid var(--graydd);
    background:#f9f9f9 url(../images/stock-up.svg) center no-repeat;
    background-size:14px;
    position:fixed;
    bottom:20px;
    right:20px;
    opacity: 0;;
}
.service{
    width:100%;
}

.sticky_select{
    position:sticky;
    top:62px;
    z-index:1;
    padding:10px 0 5px;
    background:var(--whiteff);
    opacity: 1;
    transition: opacity .3s;
}
.servi_part01 h3,
.servi_part03 h3{
    font-size:17px;
    font-weight: 500;
}
#serviceSelected,
select.serviceKind{
    border:1px solid var(--black22);
    border-radius: 5px;
    height:40px;
    width:100%;
    margin-bottom:10px;
    font-size:14px;
    background:url(../images/ico-down.svg) 95% center no-repeat ;
    background-size:14px !important; 
}
#serviceSelected{
    padding:13px 10px 13px 20px;;
    /* background:var(--black22) url(../images/ic_arrow_down_white.svg) 95% center no-repeat;
    background-size:14px; */
}
.selectService .radio_chk label{
    font-size:14px !important;
    background-size:16px;
}
select.serviceKind option{
    font-size:14px;
}

/* 라디오버튼 오른쪽에 두기 */
.radio_chk li input[type="radio"] + label{
    background:url("../images/radio.svg") right 3px no-repeat;
    background-size:15px;
    padding-left:0;
}
.radio_chk li input[type="radio"]:checked + label{
    background:url("../images/radio_on.svg") right 3px no-repeat;
    background-size:15px;
    padding-left:0;
}

button.detail_btn{
    width:225px;
    margin:20px auto;
    font-size:14px;
    font-weight: 400;
    border:1px solid var(--black22);
    display:block;
}


.servi_part01 .img{
    width:100%;
    height:0;
    padding-bottom:40%;
    position:relative;
    overflow: hidden;  
    margin-bottom:20px;
    border-radius: .5rem;
}
.servi_part01 .img img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.servi_part01 h3.servi_title{
    font-size:18px;
    font-weight: bold;
    color: var(--surfcolor);
    margin-bottom:20px;
}


.servi_part01 .info h3,
.servi_part03 h3{
    font-size:16px;
    font-weight: bold;
    color: var(--gray66);
    margin-bottom:20px;
}
.servi_part01 .info h3{
    position:relative;
}


.servi_part01 .info p{
    font-size:13px;
    color: var(--gray66);
    font-weight: 400;
    line-height: 1.5;
}
.servi_part01 .info h5{
    font-size:15px;
    font-weight: bold;
    color: var(--gray66);
    margin-bottom:12px;
    position:relative;
    padding-left:0;
}

.servi_part01 .info h5.s_tit{
    font-weight: 500;
}

.servi_part01.servi_con .info ul li{
    width: 100%;
    height:auto;
    border:0;
    padding:0; ;
    text-align: left;;
}
.servi_part01.servi_con .info ul li:after{display:none;}
.servi_part01 .info ul li{
    font-size:13px;
    line-height:1.5;
    color:var(--gray66);
    font-weight: 400 !important;
    margin-bottom:5px;
}
.servi_part01 .info ul li a{
    color:#2674e0;
}

.servi_part01 .info ul.desc_list li{
    padding-left:0px;
    position:relative;
}
/* .servi_part01 .info ul.desc_list li:before{
    content:"*";
    position:absolute;
    left:0;
    top:5px;
} */
.servi_part01 ul.pickUplace{
    display: flex;
    gap:10px;

}
/* .servi_part01 ul.pickUplace li:first-of-type{
    width:100px;
    height:100px;
    position:relative;
    padding-bottom:0;
}
.servi_part01 ul.pickUplace li:first-of-type img{
    width:100%;
    height: 100%;
    object-fit: cover;
} */
.servi_part01 ul.pickUplace li:last-of-type{
    /* width:calc(100% - 130px); */
    width:auto;
    height:20px;
    display: flex;
    gap:10px;
    align-items: center;
}
.servi_part01 ul.pickUplace li:last-of-type a{
    font-size:13px;
    color:#2674e0;
    display: block;;
    text-decoration: underline;
    width:170px;
}
.servi_part01 ul.pickUplace li:last-of-type .hotel_google{
    background:url(../images/ic_marker_gray.svg) left center no-repeat;
    background-size:15px;
    font-size:13px;
    padding:0 0 0 18px;
}

.selectedList,
.selectedListImg {
    margin-top:10px;
}
.selectedList li{
    padding:5px 10px;
    border:1px solid var(--graydd);
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width:calc(100% - 80px); */
    width:100%;
}
.selectedList li button.close,
.selectedListImg li button.close{
    padding:3px;
    font-size:12px;
    color: var(--whiteff);
    background:var(--redec) url(../images/ic_close_white.svg) center no-repeat;
    background-size:14px;
    border-radius: 50px;
    width:18px;
    height: 18px;
}
.selectedListImg {
    display: flex;
    gap:10px;
    flex-wrap: wrap;
}
.selectedListImg li{
    width:calc(50% - 10px);

}
.selectedListImg li .img{
    width:100%;
    height:0;
    position:relative;
    overflow: hidden;
    margin:8px 0 0 0;;
}
.selectedListImg li .img img{
    width:100%;
    height: 100%;
    position:absolute;
    object-fit: cover;
}

/* 라디오버튼 오른쪽 클릭 */



.fourShareBox{
    display:grid;
    gap:10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.fourShareBox li{
    text-align: center;
}
.fourShareBox li p{
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.fourShareBox li p span{
    font-size:11px;
    line-height: 1.2;
}
.fourShareBox .exchange_flag{
    width:100%;
    height:0;
    padding-bottom:56.54%;
    position:relative;
    overflow: hidden;
    margin-bottom:5px;
    border:1px solid var(--graydd);
}
.fourShareBox .exchange_flag img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    top:0;
    left:0;;
}

.drink_box{
    display:flex;
    border-top:1px solid var(--graydd);
    flex-wrap: wrap;
}
.drink_box li{
    width:50%;
    font-size:12px !important;
    color:#666 !important;
    font-weight: 600 !important;
    padding-top:0px;
    border-left:1px solid var(--graydd);
    border-bottom:1px solid var(--graydd);
    text-align: center;
    line-height: 1.2 !important;
    padding:10px 6px;
    margin-bottom:0 !important;
} 
.drink_box li:nth-child(2n){
    border-right:1px solid var(--graydd);
}




.servi_part01 .info dl{
    display: flex;
    margin-bottom:5px;;
    color: var(--gray44);
    align-items: center;
}
.servi_part01 .info dt{
    width:65px;
    font-size:14px;
    line-height: 1.5;
    border-radius: 5px;;
}
.servi_part01 .info dt img{
    width:50px;
}
.servi_part01 .info dd{
    width:calc(100% - 80px);
    font-size:14px;
    line-height: 1.5;
}
.servi_part01 .info dd a{
    color:#2674e0;
}


.img_Layout ul{
    display:flex;
    gap:5px;
    flex-wrap:wrap;
}
.img_Layout ul li{
    width:calc(33% - 2px);
    margin-bottom:5px;
    text-align: center;
}
.img_Layout ul li img{
    width:100%;
    height:120px;
    object-fit: cover;
    margin-bottom:6px;
    border-radius: 5px;;
}
.img_Layout ul li p{
    font-size:14px !important;
    color:var(--gray44);
}

.servi_part03 .gender{
    display:flex;
    gap:10px;
    margin-bottom:10px;
    justify-content: flex-end;
}
.servi_part03 .gender li{
    text-align: center;
}
.list_tb {
    font-size:13px;
    width: 100%;
    border-top:1px solid var(--graydd);
}
.list_tb th{
    padding:10px;
    border-bottom:1px solid var(--graydd);
    border-right:1px solid var(--graydd);
    font-weight: 400;
}
.list_tb td{
    text-align: center;
    padding:10px 5px;
    border-bottom:1px solid var(--graydd);
    border-right:1px solid var(--graydd);
    font-weight: 300;
}
.list_tb td img{
    width:100px;
    height:100px;
    object-fit: cover;
    border-radius: 5px;;
}
.list_tb td h6{
    font-size:14px;
    font-weight: 400;
    color: var(--black22);
}
.list_tb th.left,
.list_tb td.left{
    text-align: left;;
}
.list_tb td.center{
    text-align: center;
}
.list_tb th:last-child,
.list_tb td:last-child{
    border-right:0;;
}
.servi_part03 .gender span,
.list_tb td span{
    width:15px;
    height:15px;
    border-radius: 50%;
    display:inline-block;;
}
.servi_part03 .gender span.man,
span.man{
    background:#3560d6;
}
.servi_part03 .gender span.woman,
span.woman{
    background:#f7acd8;
}
.servi_part03 .gender p{
    font-size:14px;
}

.costTable{
    overflow-y:scroll;
}
.costTable .list_tb{
    /* width:1200px; */
}

.img_thumbs{
    display:flex;
    gap:5px;;
}
.img_thumbs li{
    flex:1;
    width:100%;
    height:0;
    padding-bottom:25.65%;
    position:relative;
}
.img_thumbs li img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    border-radius: .5rem;
}

/* 송영장소위치 */

.directRoad .scroll{
    height:76vh;
    overflow-y:scroll;
  }
  .directRoad .directRoad_ment{
    width:100%;
    margin-bottom:20px;
  }
  .directRoad .directRoad_ment .img_box{
    width:100%;
    height:0;
    padding-bottom:56.55%;
    position:relative;
    margin-bottom:10px;
  }
  .directRoad .directRoad_ment .img_box img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
  }
  .directRoad .directRoad_ment p{
    font-size:14px;
    line-height:1.5;
    color:var(--gray44);
  }  

.google_map{
    width:100%;
    height:35px;
    text-align: center;
    border:1px solid var(--black22);
}
.ryokan_tab{
    display:flex;
    gap:10px;
    margin-bottom:20px;
}
.ryokan_tab li{
    flex:1;
    font-size:15px;
    text-align: center;
    background:var(--graydd);
    border-radius: 5px;
    height: 30px;
    line-height: 30px;;
}
.ryokan_tab li.on{
    background:var(--black22);
    color:var(--whiteff);
}

.ryokan_select{
    display: flex;;
}
.ryokan_select select{
    border:1px solid var(--graydd);
    border-radius: 5px;
    font-size:15px;
    height:35px;
    width:calc(100% - 80px);
}
.ryokan_select button.add_btn{
    padding:8px 20px;
    background:var(--redec);
    font-size:14px;
    color: var(--whiteff);
    border-radius: 5px;
    width:80px;;
}

.servi_part01 .tower select{
    border:1px solid var(--graydd);
    border-radius: 5px;
    font-size:14px;
    height:35px;;
}
.servi_part01 .tower select:first-child{
    flex:2;
}
.servi_part01 .tower select:nth-child(2){
    flex:1;
}
.servi_part01 .tower select:nth-child(3){
    flex:.5;
}

/* 이미지팝업 */
.imgBigView h3{
    font-size:16px;
    font-weight: 500;
    text-align: center;
    margin-bottom:20px;
}
.imgBigView .img{
    width:100%;
    height:0;
    padding-bottom:80%;
    position:relative;
}
.imgBigView .img img{
    width:100%;
    height:100%;
    position:absolute;
    object-fit: cover;
}


/* 짐배송 테이블처리 */
#luggage .list_tb{
    border-top:1px solid var(--graydd);
}
#luggage .list_tb th{
    padding:9px 5px;
}
#luggage .list_tb tr td:first-of-type{
    text-align: left;;
}


/* 시설 주차장 */
.servi_part01 .parking{
    display:flex;
    gap:10px;
}
.servi_part01 .parking dt{
    width:100px;
    height:100px;
}
.servi_part01 .parking dt img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.servi_part01 .parking dd {
    width:calc(100% - 110px);
}
.servi_part01 .parking dd p{
    font-size:16px;
    font-weight: 500;
    margin-bottom:10px;;
}
.servi_part01 .parking dd button{
    padding:4px 10px;
    border:1px solid var(--black22);
    border-radius: 50px;
    font-size:14px;
    font-weight: 400;
}



/* 자판기하드코딩 */
.vendingType{
    display:flex;
    gap:10px;
    margin-bottom:20px;
}
.vendingType li{
    height:30px !important;
    line-height:30px !important;
}
.vendingType li a{
    padding:3px 20px !important;
    background:var(--graydd);
    color:var(--whiteff) !important;
    font-size:15px;
    border-radius: 5px;
    display:block;
    position:static !important;
}
.vendingType li.on a{
    background:var(--black22);
}
.servi_part01 .info .vending{
    display:none;
    gap:0;
    flex-wrap:wrap;;
}
.servi_part01 .info .vending.on{
    display:flex;
}
.servi_part01 .info .vending dl{
    width:25%;
    display: flex;
    flex-direction: column;
    gap:8px;
    border-right:1px solid var(--graydd);
    padding:10px;
}
.servi_part01 .info .vending dl:nth-child(4n){
    border-right:0;
}
.servi_part01 .info .vending dl dt{
    width:100%;
    height:0;
    padding-bottom:100%;
    position:relative;
}
.servi_part01 .info .vending dl dt img{
    width:100%;
    height:100%;
    object-fit: contain;
    position:absolute;
    top:0; left:0;
}
.servi_part01 .info .vending dl dd {
    width:100% !important;
    text-align: center;
    display:flex;
    flex-direction: column;
    height:100%;
    max-height: 60px;
}
.servi_part01 .info .vending dl dd h3{
    font-size:12px ;
    color: var(--black22) ; 
    font-weight: 400 ;
    margin-bottom:0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    margin:0;
    line-height:1.2;
}
.servi_part01 .info .vending dl dd p{
    font-size:14px ; 
    font-weight: 500 ;
    color: var(--redec) ;
    margin-top:auto;
}

/* 자판기이미지팝업스타일 */
.ImageBox,
.ImageBox img{
    width:100%
}
.ImageInfo{
    width:100%;
    text-align: center;
}
.ImageInfo h5{
    font-size:18px;
    font-weight: 600;
    color:var(--black22);
    margin-bottom:20px;
}
.ImageInfo p.cost{
    font-size:25px;
    color:var(--redec);
    font-weight: 500;
}
.ImageInfo p.type{
    font-size:15px;
    color:var(--gray66);
}
.ImageInfo span{
    padding:6px 10px;
    color: var(--whiteff);
    font-size:13px;
    border-radius: 5px;
    display:inline-block;
}
.ImageInfo span.hot{
    background:var(--redec);
}
.ImageInfo span.cold{
    background:var(--skyblue00);
}

@media (width <=520px){
    .img_Layout ul li img{
        height:100px;
    }
}

@media (width <= 440px){
    .img_Layout ul li{
        width:calc(33% - 3px);
    }
}

@media (width <= 400px){
    .img_Layout ul li img{
        height:80px;   }
}